Nevron .NET Vision
Nevron.Chart Namespace / NDataSeries<T> Class / FillRandom Method
random number generator
count of random items


In This Topic
    FillRandom Method
    In This Topic
    Fills the data series with random data.
    Syntax
    'Declaration
     
    
    Public Sub FillRandom( _
       ByVal random As System.Random, _
       ByVal itemCount As System.Integer _
    ) 
    'Usage
     
    
    Dim instance As NDataSeries(Of T)
    Dim random As System.Random
    Dim itemCount As System.Integer
     
    instance.FillRandom(random, itemCount)
    public void FillRandom( 
       System.Random random,
       System.int itemCount
    )

    Parameters

    random
    random number generator
    itemCount
    count of random items
    Remarks
    In the case of a data series containing Double values the data ranges from 0 to 100.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also